home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_12_ScrFrStart.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  556 b   |  24 lines

  1. on exitFrame
  2.   global gShowPage, gRegisteredCopy, gDoAndQuit, gJustLaunched
  3.   set the idleHandlerPeriod to 0
  4.   if voidp(gShowPage) then
  5.     set gShowPage to 0
  6.   end if
  7.   set gShowPage to gShowPage + 1
  8.   startTimer()
  9.   if gRegisteredCopy then
  10.     set secondiAttesa to 4
  11.   else
  12.     set secondiAttesa to 7
  13.   end if
  14.   if gDoAndQuit and gJustLaunched then
  15.     set secondiAttesa to 0
  16.   end if
  17.   set the timeoutLength to 60 * secondiAttesa
  18.   if gShowPage = 1 then
  19.     set the timeoutScript to "GoLista"
  20.   end if
  21.   set the keyDownScript to "GoLista"
  22.   pause()
  23. end
  24.